CuteSoft Editor fails to encode ampersands when viewing XHTML property output - FIX

Last post 03-24-2016, 11:14 AM by Kenneth. 1 replies.
Sort Posts: Previous Next
  •  03-24-2016, 10:48 AM 83074

    CuteSoft Editor fails to encode ampersands when viewing XHTML property output - FIX

    Hello,

     

    We've recently been having problems with the CuteSoft editor when  viewing the Text property ampersands are correctly encoded as &  however when viewing the XHTML property the ampersands are simply shown  as "&".

    We need to use the XHTML property as this resolves issues with the  layout of the code, ensuring that the output is XHTML compliant for example ensuring tags are closed correctly in the right order.

    However with the unencoded ampersands the output is NOT XHTML compliant.

    We've investigated this further and found that the method being called  internally is ConvertToXml() which has the following line of code

    str1 = str1.Replace("&", "&");

    I've got a workaround here but is this a bug...? 

    http://david-homer.blogspot.co.uk/2016/03/cutesoft-editor-fails-to-encode.html



    Thanks,

     

    Dave 

  •  03-24-2016, 11:14 AM 83075 in reply to 83074

    Re: CuteSoft Editor fails to encode ampersands when viewing XHTML property output - FIX

    Hi,

     

    this is by design, but I have reported this to the developer directly to check it again and we will improve this in the future version, sorry for your inconvenience.

     

    Regards,

     

    Ken 

View as RSS news feed in XML